home *** CD-ROM | disk | FTP | other *** search
/ Champak 41 / Volume 41 - JOGO DISK .iso / Games / sledder.swf / scripts / frame_6 / PlaceObject2_166_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-05-10  |  219b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(!_root.Pause)
  3.    {
  4.       if(Key.isDown(39))
  5.       {
  6.          this._x += _root.acc;
  7.       }
  8.       else if(Key.isDown(37))
  9.       {
  10.          this._x -= _root.acc;
  11.       }
  12.    }
  13. }
  14.